home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / zle_utils.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  652 b   |  18 lines

  1. void sizeline DCLPROTO((int sz));
  2. void spaceinline DCLPROTO((int ct));
  3. void backkill DCLPROTO((int ct,int dir));
  4. void forekill DCLPROTO((int ct,int dir));
  5. void cut DCLPROTO((int i,int ct,int dir));
  6. void backdel DCLPROTO((int ct));
  7. void foredel DCLPROTO((int ct));
  8. void setline DCLPROTO((char *s));
  9. void sethistline DCLPROTO((unsigned char *s));
  10. int findbol DCLPROTO((void));
  11. int findeol DCLPROTO((void));
  12. void findline DCLPROTO((int *a,int *b));
  13. void initundo DCLPROTO((void));
  14. void addundo DCLPROTO((void));
  15. int hstrncmp DCLPROTO((char *s,char *t,int len));
  16. int hstrcmp DCLPROTO((char *s,char *t));
  17. char *hstrnstr DCLPROTO((char *s,char *t,int len));
  18.